CryptoPro XMLDsig API.
Public API.

ru.CryptoPro.JCPxml.dsig.internal.dom
Class DOMStructure

java.lang.Object
  extended by ru.CryptoPro.JCPxml.dsig.internal.dom.DOMStructure
All Implemented Interfaces:
javax.xml.crypto.XMLStructure
Direct Known Subclasses:
DOMCryptoBinary, DOMDigestMethod, DOMHMACSignatureMethod, DOMKeyInfo, DOMKeyName, DOMKeyValue, DOMManifest, DOMPGPData, DOMReference, DOMRetrievalMethod, DOMSignatureMethod, DOMSignatureProperties, DOMSignatureProperty, DOMSignedInfo, DOMTransform, DOMX509Data, DOMX509IssuerSerial, DOMXMLObject, DOMXMLSignature, DOMXMLSignature.DOMSignatureValue

public abstract class DOMStructure
extends java.lang.Object
implements javax.xml.crypto.XMLStructure

DOM-based abstract implementation of XMLStructure.


Constructor Summary
DOMStructure()
           
 
Method Summary
 boolean isFeatureSupported(java.lang.String feature)
           
abstract  void marshal(org.w3c.dom.Node parent, java.lang.String dsPrefix, javax.xml.crypto.dom.DOMCryptoContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMStructure

public DOMStructure()
Method Detail

isFeatureSupported

public final boolean isFeatureSupported(java.lang.String feature)
Specified by:
isFeatureSupported in interface javax.xml.crypto.XMLStructure

marshal

public abstract void marshal(org.w3c.dom.Node parent,
                             java.lang.String dsPrefix,
                             javax.xml.crypto.dom.DOMCryptoContext context)
                      throws javax.xml.crypto.MarshalException
Throws:
javax.xml.crypto.MarshalException

Copyright Crypto-Pro.
All rights reserved.